sync.Once.doSlow (method)

2 uses

	sync (current package)
		once.go#L65: 		o.doSlow(f)
		once.go#L69: func (o *Once) doSlow(f func()) {